#
#-----[ OPEN ]------------------------------------------
#
quick_reply.tpl

#
#-----[ FIND ]------------------------------------------
#
<form action="{S_QUICK_REPLY_ACTION}"

#
#-----[ IN-LINE FIND ]------------------------------------------
#
>

#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
 {S_FORM_ENCTYPE}

#
#-----[ FIND ]------------------------------------------
#
			<!-- END switch_user_logged_in -->
		</td>
	</tr>
	
#
#-----[ AFTER, ADD ]------------------------------------------
#
	{ATTACHBOX}
	
#
#-----[ OPEN ]------------------------------------------
#
quick_reply.php

#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('IN_QR', true);

#
#-----[ FIND ]------------------------------------------
#
generate_smilies('inline', PAGE_POSTING);
	
#
#-----[ AFTER, ADD ]------------------------------------------
#
execute_posting_attachment_handling();
	
#
#-----[ OPEN ]------------------------------------------
#
attach_mod/posting_attachments.php

#
#-----[ FIND ]------------------------------------------
#
			init_display_template('attachbody', '{ADD_ATTACHMENT_BODY}', 'add_attachment_body.tpl');
			
#
#-----[ BEFORE, ADD ]------------------------------------------
#
			$attachbody_tpl = defined('IN_QR') ? 'add_attachment_body_quick_reply.tpl' : 'add_attachment_body.tpl';
			
#
#-----[ IN-LINE FIND ]------------------------------------------
#
'add_attachment_body.tpl'

#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
$attachbody_tpl